home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / wb / czesc_4 / vark15 / utils a-o / crbexec.lha / crbexec / docs_2.txt < prev    next >
Text File  |  1996-06-25  |  2KB  |  80 lines

  1.  
  2. see docs_1.txt for a more completely introduction.
  3.  
  4. I'm gonna try to describe the programs which aren't detailed there.
  5.  
  6. BTW#1 anyone who wants to write better docs for these programs, please
  7. feel free!
  8.  
  9. BTW#2 these programs are mostly very user friendly and all you have
  10. to do is run them to get a nice USAGE description
  11.  
  12.   addtab   : spaces to tabs
  13.   untab    : opposite
  14.  
  15.   append   : cat files
  16.  
  17.     bhead/tail/diff : raw byte version of popular file compares & cuts
  18.     unbdiff         : 
  19.             bdiff A B -> diffile
  20.             unbdiff B difffile -> A
  21.         useful with images
  22.  
  23.   BitPlaneToRaw :
  24.   ILBM2BitPlane :
  25.   ILBM2Raw :
  26.     
  27.             some nice CLI image conversion utilities for raw image control
  28.  
  29.   calc    : powerful calculator (CLI)
  30.     eval    : powerful eval
  31.                             both of these are superb programmer tools
  32.  
  33.         run calc and type "h" to get a description of allowed inputs
  34.             (pretty much everything)
  35.  
  36.     cpptoc : cut //
  37.     
  38.   crlf  : cut or add crlf
  39.  
  40.   DelInfo : useful to add to your Tools ; deletes the info off of a file
  41.  
  42.   EchoNoRet  : just like 'echo' but doesn't add an LF '\n'
  43.  
  44.         I use it like this:
  45.  
  46.         ;/** dfree script : **/
  47.         .key DRIVE
  48.         
  49.         dinfo <DRIVE> SETENV ALL QUIET
  50.         echonoret <DRIVE> > t:free.work
  51.         type env:diskinfo/freebytes >> t:free.work
  52.         type t:free.work
  53.         ;/** end dfree script : **/
  54.  
  55.   FlipFile  : flips a file over
  56.  
  57.   GCD : greatest common divisor
  58.  
  59.   IconM : lets you set the DEFAULT tool in a .info using the CLI
  60.  
  61.   InfoM : see infom.doc
  62.  
  63.     PadNum : pad zeros to a num so it'll sort right
  64.  
  65.   pause : wait for a keypress
  66.  
  67.   RecExtract : useful information extractor with wildcarding
  68.  
  69.   sizedir : return the size of a directory.  Add to tools menu and DirOpus
  70.  
  71.   SPAWNM : runs a program many times, recurses, powerful
  72.  
  73.   timer : just a countdown beeper
  74.  
  75.   TS : like grep, call from spawnm, uses fast Boyer-Moore/KMP style 
  76.                 or allows you to use Amiga wildcards
  77.  
  78.   xpak :   pack a file to another with xpk
  79.   xpakit : pack a file with xpk
  80.